Add "ostree remote delete" and corresponding API
authorColin Walters <walters@verbum.org>
Fri, 17 Oct 2014 15:47:01 +0000 (11:47 -0400)
committerColin Walters <walters@verbum.org>
Fri, 17 Oct 2014 23:09:42 +0000 (19:09 -0400)
commitcdfcf09316ed61964bde950b72092a96a221493d
tree3230ac8e07f813365da2ca63f0191f0d1d604964
parent49540f076fb71ba06341409e77be174d8596daf7
Add "ostree remote delete" and corresponding API

For Anaconda, we have an ugly bootstrapping problem where we need to
add the remote to the repository's config, then do a pull+deploy, then
remove and re-add the config, because /etc/ostree/remotes.d doesn't
exist yet in the target system.

https://bugzilla.gnome.org/show_bug.cgi?id=738698
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-remote.c
tests/test-remote-add.sh